setMessageBytes

open fun setMessageBytes(value: ByteString): MeshProtos.LogRecord.Builder

Log levels, chosen to match python logging conventions.
string message = 1;

Return

This builder for chaining.

Parameters

value

The bytes for message to set.